Instead of always mirroring the selection to a single PRIMARY selection,
authorOwen Taylor <otaylor@redhat.com>
Fri, 31 Aug 2001 01:33:11 +0000 (01:33 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 31 Aug 2001 01:33:11 +0000 (01:33 +0000)
commitb97a0a452f1a2664622205b7aa08c57015070690
tree9af23a86f849ab8e34c222b8add07009066b90f1
parentd5f469987b0f54e059467df7cf73ff0fd724a689
Instead of always mirroring the selection to a single PRIMARY selection,

Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard):
        Instead of always mirroring the selection to a single PRIMARY
        selection, allow it to be mirrored to any number of clipboards.

        * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove,
        just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.

        * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
        GtkClipboard argument, and for paste_clipboard, the
        @override_location argument from @paste_primary.

        * gtk/gtktextview.c: Adapt to above change.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
gtk/gtktextview.c